home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / bbs / tbbs093.lha / Cfg / BBS1.Cfg < prev    next >
Text File  |  1994-02-24  |  2KB  |  94 lines

  1. ; Example configuration for node 1
  2.  
  3. ; The internal serial port
  4.  
  5. Device serial.device
  6. Unit 0
  7.  
  8. ; You might want to slow this down/leave it out
  9.  
  10. SerBaud 57600
  11.  
  12. NoWindow
  13.  
  14. ; Tt's seems slightly faster as a backdrop
  15.  
  16. Backdrop
  17.  
  18. ; Normal PAL dimensions
  19.  
  20. WindowWidth 640
  21. WindowHeight 256
  22.  
  23. ; Normally the device should always be opened in the shared mode
  24.  
  25. Shared
  26.  
  27. 7Wire
  28.  
  29. ; Slightly larger than normal, just in case (?)
  30.  
  31. ASCIIBuffer 1024
  32.  
  33. ; This shouldn't do much with the backdrop...
  34.  
  35. NoOpenIconified
  36.  
  37. ; The usual font
  38.  
  39. Font topaz.font
  40. FontSize 8
  41.  
  42. ; You don't want to give the user priority over your own stuff, right?
  43.  
  44. TaskPri 0
  45.  
  46. ; The node will open in front when you double click the AppIcon...
  47.  
  48. NoWindowToBack
  49.  
  50. ; ...and the window will be active
  51.  
  52. OpenActive
  53.  
  54. ; You'll want to change these ones!
  55.  
  56. SysOpName Ville-Pertti Keinonen
  57. FidoNode 170:10/101.0
  58. OriginString TechnoBBS Development Center - (90) 635296 - 24H
  59.  
  60. ; A logical name for the logfile..?
  61.  
  62. LogFile BBS:logs/BBS1.log
  63.  
  64. ; Make sure this is correct
  65.  
  66. KeyMap s
  67.  
  68. ; This should usually be your initial setup
  69.  
  70. SourceCharSet ISO
  71. ConsoleCharSet ISO
  72. SerialCharSet ISO
  73.  
  74. ; The Answer program will hang up by releasing the device and sending the
  75. ; hangup string
  76.  
  77. ModemHang "~"
  78.  
  79. ; You can configure more protocols if you want but simple ones such as
  80. ; XModem can't be used to receive files since the name of the file would
  81. ; have to be entered manually which isn't supported by TechnoBBS yet.
  82.  
  83. Protocol ZModem xprzmodem.library TC,OR,B16,F0,E10,AY,DN,KY,SN,RN,P
  84. Protocol ZModem8k xprzmodem.library TC,OR,B16,F0,E10,AY,DN,KY,SN,RN,P,M8192
  85.  
  86. ; You should always specify a unique name for each nodes screen
  87.  
  88. PubName TechNode1
  89.  
  90. ; 20 lines is a rather long description...
  91.  
  92. MaxDescLines 20
  93.  
  94.